home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / BASIC / LIB / EVENTSHELL / DOCS / Help < prev    next >
Text File  |  1995-11-02  |  888b  |  38 lines

  1. FN_shell_IntHelp_Init
  2. =>    None
  3.  
  4. <=    bool    TRUE if module initialised correctly
  5.          FALSE otherwise
  6.  
  7. Normally called automatically when the library file
  8. is loaded by FNshell_InstallLib. If the library
  9. code is appended to the main program instead it will
  10. need to be called to initialise the interactive help
  11. module.
  12.  
  13. --------------------------------------------------------
  14.  
  15. PROCshell_InteractiveHelpOn
  16. =>    none
  17.  
  18. Enables interactive help messages for
  19. the application. This is the default
  20. when the application is initialised.
  21.  
  22. --------------------------------------------------------
  23.  
  24. PROCshell_InteractiveHelpOff
  25. =>    none
  26.  
  27. Disables interactive help messages for
  28. the application. 
  29.  
  30. --------------------------------------------------------
  31.  
  32. FNshell_InteractiveHelpIsOn
  33. =>    none
  34.  
  35. <=    bool    TRUE if help is being responded to,
  36.          FALSE otherwise
  37.  
  38. --------------------------------------------------------